func runtime.sysReserve
7 uses
runtime (current package)
malloc.go#L560: meta := uintptr(sysReserve(nil, arenaMetaSize))
malloc.go#L669: v = sysReserve(unsafe.Pointer(p), n)
malloc.go#L826: p := uintptr(sysReserve(v, size+align))
malloc.go#L839: p2 := sysReserve(unsafe.Pointer(p), size)
mem.go#L145: func sysReserve(v unsafe.Pointer, n uintptr) unsafe.Pointer {
mpagealloc_64bit.go#L79: r := sysReserve(nil, b)
mpagealloc_64bit.go#L251: r := sysReserve(nil, nbytes)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |